home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / dtunnel.swf / scripts / DefineButton2_111 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2006-06-13  |  101 b   |  6 lines

  1. on(release){
  2.    _root.clean();
  3.    _root.score = 0;
  4.    _root.maindisplay.gotoAndStop("title");
  5. }
  6.